Welcome![Sign In][Sign Up]
Location:
Search - avr lcd 2 line

Search list

[Other resourceavrhd44780

Description: 这是我自已写的HD44780 LCD1602液晶屏的程序,是基于AVR单片机上实现的。 /************************************************************************************************** * 简介 * * 本模块仅使用于字符显示液晶模块 * * 当前版本的驱动仅支持以下类型LCD模块驱动: * Hitachi HD44780 或与之兼容的芯片. * * LCD显示函数支持以下格式: * 1 line x 16 characters 2 lines x 16 characters 4 lines x 16 characters * 1 line x 20 characters 2 lines x 20 characters 4 lines x 20 characters * 1 line x 24 characters 2 lines x 24 characters * 1 line x 40 characters 2 lines x 40 characters *说明: * 1 line x 16 characters 需要定义为2*8的液晶模块 * * 不支持外部内存模式 **************************************************************************************************/
Platform: | Size: 6068 | Author: 谢志俊 | Hits:

[SCMapp_1602B_lcd_using_sample_6lines_c_code

Description: AVR单片 使用LMC1602液晶得例子 接口线只采用了很简洁得6根线 值得参考-AVR LMC1602 chip used in LCD Line Interface example using only a very concise in six lines worth considering
Platform: | Size: 2048 | Author: 徐宝国 | Hits:

[Embeded-SCM Develop6963cicc

Description: 6963的液晶驱动程序,可以画点,画线,画窗口,基于iccavr编写-6963 LCD driver, painting, line drawing, painting window, for the preparation of iccavr
Platform: | Size: 3072 | Author: | Hits:

[SCMavrhd44780

Description: 这是我自已写的HD44780 LCD1602液晶屏的程序,是基于AVR单片机上实现的。 /************************************************************************************************** * 简介 * * 本模块仅使用于字符显示液晶模块 * * 当前版本的驱动仅支持以下类型LCD模块驱动: * Hitachi HD44780 或与之兼容的芯片. * * LCD显示函数支持以下格式: * 1 line x 16 characters 2 lines x 16 characters 4 lines x 16 characters * 1 line x 20 characters 2 lines x 20 characters 4 lines x 20 characters * 1 line x 24 characters 2 lines x 24 characters * 1 line x 40 characters 2 lines x 40 characters *说明: * 1 line x 16 characters 需要定义为2*8的液晶模块 * * 不支持外部内存模式 **************************************************************************************************/ -This is my own written HD44780 LCD1602 LCD procedure is based on the AVR Single Chip achievable. /*************************************************************************************************** Introduction** This module uses only the characters displayed in the LCD module** the current version of the driver only supports the following types of LCD driver module:* Hitachi HD44780 chip or compatible .** LCD display function supports the following format:* 1 line x 16 characters 2 lines x 16 characters 4 lines x 16 characters* 1 line x 20 characters 2 lines x 20 characters 4 lines x 20 characters* 1 line x 24 characters 2 lines x 24 characters* 1 line x 40 characters 2 lines x 40 characters* Note:* 1 line x 16 characters need to define 2*** 8 LCD modules do not support external memory mode**************************************************************************************************/
Platform: | Size: 6144 | Author: 谢志俊 | Hits:

[Embeded-SCM DevelopMP3-code

Description: 这款MP3播放器以at89c51snd1c为核心,以硬盘为存储介质,液晶屏为双行显示,每行显示7.5个汉字,这块液晶屏以ST7920作为主控制器,内部集成8129个汉字,液晶屏在这个播放器中用来显示歌曲名称以及一些播放状态 支持FAT16,一个分区,不支持FAT32,USB1.1,速度有点慢希望大家能在这个平台上继续完善,并将成果公开。-This MP3 player to at89c51snd1c as the core, the hard disk as storage medium, for dual-line LCD display, each line shows 7.5 Chinese characters, this LCD screen to ST7920 as a main controller, the internal integration of 8129 Chinese characters, the LCD screen in the The player used to display the song name as well as some players state support FAT16, a partition, do not support FAT32, USB1.1, the speed a bit slow in the hope that we can continue to improve the platform, and the results of the open.
Platform: | Size: 630784 | Author: 林志强 | Hits:

[SCMOCM240128DriverAPI

Description: 液晶 OCM/TG240128 驱动 编程语言: C 原产品硬件ATMega128/1280 ,晶振14.7456M 软件AVR ICC7.14C 破解版 由产品源码中提取,详细的字符和图行操作.实现LCD内任何位置的定位操作. void LCD_Init(void) void GMoveTo(U8 yline, U8 xcolumn) void TMoveTo(U8 y, U8 x,U8 len) void DispStartLine(U8 gt, U8 line) void LCD_ClrRam (void) void LCD_ON(unsigned char on) void Draw_Pixel(U8 x, U8 y) void LineTo(U8 x0, U8 y0, U8 x1, U8 y1) void Draw_Line(unsigned char x0, unsigned char y0, unsigned char yl) void disp_img(unsigned int x0, unsigned int y0, unsigned int xl, unsigned int yl, const U8 *img) void DispString(unsigned char x, unsigned char y, char* string) void Printf(U8 x, U8 y, char *fmt, ...) ...... -LCD driver OCM/TG240128 programming languages: C original hardware products ATMega128/1280, crystal 14.7456M software cracked version of AVR ICC7.14C extracted from the product source code, detailed characters and map line operations. The realization of LCD in the positioning of any location operation. void LCD_Init (void) void GMoveTo (U8 yline, U8 xcolumn) void TMoveTo (U8 y, U8 x, U8 len) void DispStartLine (U8 gt, U8 line) void LCD_ClrRam (void) void LCD_ON (unsigned char on) void Draw_Pixel (U8 x, U8 y) void LineTo (U8 x0, U8 y0, U8 x1, U8 y1) void Draw_Line (unsigned char x0, unsigned char y0, unsigned char yl) void disp_img (unsigned int x0, unsigned int y0, unsigned int xl, unsigned int yl, const U8* img) void DispString (unsigned char x, unsigned char y, char* string) void Printf (U8 x, U8 y, char* fmt, ...) ......
Platform: | Size: 11264 | Author: | Hits:

[SCMbaseon80c51ofmc522

Description: 读写器与射频卡通信的设计采用RC522射频读写芯片与射频卡进行通信,符合ISO14443规范协议;硬件系统设计中主要有AVR单片机主控模块、电源模块、存储模块、外部时钟模块、LCD模块;软件系统设计采用C语言,遵循模块化和结构化编程模式,设计了射频卡操作程序、软关机与自动关机程序、LCD显示、串行Flash存储器、外部时钟等外部设备驱动程序。所设计的手持式读写器具备对MF1 S50、S70射频卡的读写、实时状态显示、系统在线升级以及关机等功能。-This handset can process the data offline or online, reading and writing from 10 cm far. This handset is low-power, miniature, modular design and so on. This article includes: the communication design between RF card and Reader, hardware system design and software systems design. The communication design between RF card and Reader used to RC522 RF chip control RF cards, in line with ISO14443 standard protocol Hardware system design mainly include AVR microcontroller control modules, power modules, memory modules, external clock modules, LCD modules Software system designed with C programming language, and follow the modular structure of the programming model, and has the RF card operation procedures, soft shutdown and automatic shutdown procedures, LCD display, serial Flash memory, an external clock, and other external device driver Procedures. The handset readers has the MF1 S50, S70 RF card reader function, real-time status display function, the system online update function and so
Platform: | Size: 120832 | Author: ericxj86 | Hits:

[SCM2009628212028151

Description: 本例程是MzT35C1 TFT模块在AVR Mega32的芯片平台上实现基本显示功能,如字符和汉字的显示、基本的绘图函数的显示( 包括绘点、绘直线、绘圆等)-This routine is MzT35C1 TFT module AVR Mega32 chip platform for basic display capabilities, such as characters and Chinese characters are displayed, the display of the basic drawing functions (including the draw point, draw a straight line, draw circle, etc.)
Platform: | Size: 59392 | Author: hanlin | Hits:

[SCMlibpololu-avr-090605

Description: The Pololu 3pi robot is a small, high-performance, autonomous robot designed to excel in line-following and line-mazesolving competitions. Powered by four AAA batteries (not included) and a unique power system that runs the motors at a regulated 9.25 V, 3pi is capable of speeds up to 100 cm/second while making precise turns and spins that don’t vary with the battery voltage. This results in highly consistent and repeatable performance of well-tuned code even as the batteries run low. The robot comes fully assembled with two micro metal gearmotors, five reflectance sensors, an 8×2 character LCD, a buzzer, three user pushbuttons, and more, all connected to a user-programmable AVR microcontroller. The 3pi measures approximately 3.7 inches (9.5 cm) in diameter and weighs 2.9 oz (83 g) without batteries.
Platform: | Size: 720896 | Author: dads | Hits:

[Software Engineering3pi_schematic111

Description: The Pololu 3pi robot is a small, high-performance, autonomous robot designed to excel in line-following and line-mazesolving competitions. Powered by four AAA batteries (not included) and a unique power system that runs the motors at a regulated 9.25 V, 3pi is capable of speeds up to 100 cm/second while making precise turns and spins that don’t vary with the battery voltage. This results in highly consistent and repeatable performance of well-tuned code even as the batteries run low. The robot comes fully assembled with two micro metal gearmotors, five reflectance sensors, an 8×2 character LCD, a buzzer, three user pushbuttons, and more, all connected to a user-programmable AVR microcontroller. The 3pi measures approximately 3.7 inches (9.5 cm) in diameter and weighs 2.9 oz (83 g) without batteries.
Platform: | Size: 34816 | Author: 阿阿 | Hits:

[CSharpAVRTemperatureControlSystem

Description: 基于 AVR 单片机的水温自动控制系统 摘要: 本系统以 ATMEGA16 单片机作为系统的检测和控制核心,采用温度传感器 AD590实现0—100℃温度范围内的实时温度采集,通过双向可控硅 BT136 控制电热杯对系统进行加热,利用继电器控制半导体制冷片对系统进行散热。通过一线键盘实现对任意温度值进行设定并对模糊 PID 参数的调整,液晶 LCD1602 实时更新显示当前温度测量值与键盘设定温度值。利用模糊 PID 算法,通过调功法对水温系统进行控制,实现在 0—100℃范围内任意设定温度值,静态误差小于±0.5℃。 关键词: AVR 单片机 水温自动控制 模糊 PID 算法 -AVR Microcontroller Based Temperature Control System Abstract: This system ATMEGA16 microcontroller as the core monitoring and control system using the temperature sensor AD590 0-100 ℃ temperature range to achieve real-time temperature acquisition, through triac BT136 control system for electric heating cup, using relay control system for semiconductor cooling heat tablet. Achieved through the keyboard line value for any temperature setting and adjustment of fuzzy PID parameters, real-time updates LCD1602 LCD displays the current temperature measurements and the keyboard set temperature. Fuzzy PID algorithm, the system transfer function method of temperature control, to achieve the 0-100 ℃ adjustable set temperature, the static error is less than ± 0.5 ℃. Keywords: AVR microcontroller water temperature control fuzzy PID algorithm
Platform: | Size: 135168 | Author: zhoupinneng | Hits:

[SCMnokia3310_lcd

Description: 诺基亚3310 手机液晶屏AVR单片机驱动程序,SPI协议,可画图,画线,画圆,模拟时钟,-Nokia 3310 mobile phone LCD AVR microcontroller drivers, SPI protocol, drawing, painting line, round, analog clock,
Platform: | Size: 14336 | Author: 欢欢 | Hits:

[Embeded-SCM Developmain

Description: 基于单片机AVR的液晶12864的驱动程序,可以实现直线、矩形、字符的显示-12864 AVR microcontroller based LCD driver can achieve a straight line, rectangle, character display
Platform: | Size: 4096 | Author: 崔纬 | Hits:

[SCMM128_5110_Cepark

Description: ATmega128的5110液晶驱动显示程序,AVR开发环境:AVRStudioV4.13 WINavr20100110。汉字取模软件:PCtolLCD202:列行式、阴码、逆向-The ATmega128 is 5110 LCD driver program AVR development environment: AVRStudioV4.13 WINavr20100110. Chinese characters modulo software: PCtolLCD202: column line-Yin yards, reverse
Platform: | Size: 18432 | Author: sun | Hits:

[Embeded-SCM DevelopTextLCDonAVR

Description: This code provides details regarding adding a 20 character x 2 Line Text LCD to the AVR Microcontroller
Platform: | Size: 372736 | Author: Abdul Maalik | Hits:

CodeBus www.codebus.net